From 0b247bb393289f751cc6684b671aac76be310e33 Mon Sep 17 00:00:00 2001 From: robertlipe Date: Wed, 11 Jun 2014 03:34:56 +0000 Subject: [PATCH] Quote newline in subrip default. --- gpsbabel/subrip.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/subrip.cc b/gpsbabel/subrip.cc index c42d0891d..3f8f81912 100644 --- a/gpsbabel/subrip.cc +++ b/gpsbabel/subrip.cc @@ -251,7 +251,7 @@ arglist_t subrip_args[] = { {"video_time", &opt_videotime, "Video position for which exact GPS time is known (hhmmss, default is 0:00:00)", 0, ARGTYPE_STRING, ARG_NOMINMAX }, {"gps_time", &opt_gpstime, "GPS time at position video_time (hhmmss, default is first timestamp of track)", 0, ARGTYPE_STRING, ARG_NOMINMAX }, {"gps_date", &opt_gpsdate, "GPS date at position video_time (hhmmss, default is first timestamp of track)", 0, ARGTYPE_STRING, ARG_NOMINMAX }, - {"format", &opt_format, "Format for subtitles", "%s km/h %e m\n%t %l", ARGTYPE_STRING, ARG_NOMINMAX }, + {"format", &opt_format, "Format for subtitles", "%s km/h %e m\\n%t %l", ARGTYPE_STRING, ARG_NOMINMAX }, ARG_TERMINATOR }; -- 2.30.2